home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11225 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: Dirk Wessels <dirk@oxigen.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ Versus Delphi
  5. Date: 13 Mar 1996 10:29:24 GMT
  6. Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
  7. Message-ID: <4i6824$af3@soap.news.pipex.net>
  8. References: <31462D29.5659@willows.com>
  9. NNTP-Posting-Host: ao085.du.pipex.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
  14.  
  15. Tarang Deshpande <tarang@willows.com> wrote:
  16. >It really depends on the project.  I have had experience with both.
  17. >It's been my experience that the smaller the project, the more
  18. >database oriented, and the more GUI intensive the more I would 
  19. >recommend Delphi.  And of course the larger the project, the less
  20. >database oriented, and the less GUI intensive the more I would
  21. >recommend Visual C++.  But ultimetly it comes down to the particular
  22. >project.
  23. >
  24. >Tarang
  25.  
  26. I even recommend Delphi for large projects,
  27. since
  28. (1) Delphi is more stable (7 years old pascal still runs).
  29. (2) Delphi has real modulisation (called units)
  30.     This speeds up compilation by a factor x10
  31.     and already includes namespaces etcetera.
  32. (3) Delphi is more robust with typechecking and rangechecking.
  33. (4) Delphi supports properties, which help you to implement persistent
  34.       objects and make it easier to create call-backs.
  35. (5) Delphi is more readable (no cryptic code like: (*a*(*x+4))?1:0) )
  36.  
  37. I actually dont know any projects for which C++ is better. But then
  38. I think anything may be better than C++.... But that is another story.
  39.  
  40.  
  41. Dirk Wessels
  42.  
  43.  
  44.  
  45.  
  46.